//0x2 bytes (sizeof)
union _WHEA_REVISION
{
struct
{
UCHAR MinorRevision; //0x0
UCHAR MajorRevision; //0x1
};
USHORT AsUSHORT; //0x0
};